Include the appropriate headers
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 14 Oct 2016 18:34:51 +0000 (19:34 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:10:14 +0000 (11:10 +0100)
The GtkStackAccessible implementation should include the private header,
and the private header should include the public one.

gtk/a11y/gtkstackaccessible.c
gtk/a11y/gtkstackaccessibleprivate.h

index 11c25345d4b5bea4a27995ae57405019ba758e08..240daad2645f0ea1e5b69ea53e121ba368e8846c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <string.h>
 #include <gtk/gtk.h>
-#include "gtkstackaccessible.h"
+#include "gtkstackaccessibleprivate.h"
 #include "gtkwidgetprivate.h"
 
 
index 538c8b1c2d00f0e125b80b97a2e0c72095825a24..c69a48d780d5776f293dcd683e1ed434e9b24ee5 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __GTK_STACK_ACCESSIBLE_PRIVATE_H__
 #define __GTK_STACK_ACCESSIBLE_PRIVATE_H__
 
-#include <gtk/a11y/gtkcontaineraccessible.h>
+#include "gtkstackaccessible.h"
 
 G_BEGIN_DECLS